home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / DOS / GRAPHICS / POVSRC.ZIP / MACHINE.ZIP / MACHINE.CAT < prev    next >
Text File  |  1992-07-16  |  7KB  |  122 lines

  1.  Persistence of Vision Raytracer  Ver 1.0
  2.  ------------------------------------------
  3.  Machine specific source files
  4.  ------------------------------
  5.   This archive contains other archives which have the machine specific C 
  6. source, link and make files for POV-Ray.  Each has a .CAT file describing 
  7. the files it contains.  You will need to rename your computer's config file 
  8. to config.h and be sure to include your computer's .c,.h,.lnk and .mak 
  9. files in the compile directory.  If your computer is not included try using 
  10. the unix or gcc files.  Be sure to read PORTGUID.TXT found in MISC.ZIP 
  11. before making any code changes. Many of the .mak and .lnk files will need
  12. small changes to run with your computer. Directory names are usually the
  13. only change needed.
  14.  
  15. MACHINE.ZIP:
  16.  
  17. AMIGA.ZIP:
  18.    amiga.doc    - system-specific documentation for Amiga
  19.    amigacon.h   - Amiga configuration header -- rename to config.h
  20.    amiga.c      - system-specific code for Amiga
  21.    amiga.mak    - makefile for Amiga (Lattice C)
  22.    amiga.cat    - a list of files in AMIGA.ZIP
  23.  
  24.  IBMPC.ZIP     - archive of files for IBM-PC's and compatibles
  25.   ibmconf.h    - IBM-PC's configuration header -- rename to config.h
  26.   ibmicb.mak   - make and link file for Intel Code Builder (ICB)
  27.                  ICB is used for the IBM-PC release version of POV-Ray
  28.   _get_ebx.obj - Small util file needed for ICB compile
  29.   ibm.c        - system-specific code for IBM-PC's under all compilers
  30.                  for both protected and non-protected modes.  
  31.   ibmmsc.mak   - makefile for Microsoft C
  32.   ibmmsc.lnk   - link file for Microsoft C 
  33.   ibmbc.mak    - makefile for Borland/Turbo-C 
  34.   ibmbc.lnk    - link file for Borland/Turbo-C 
  35.   ibmgcc.mak   - makefile for Gnu CC protected mode (386) compiler
  36.   ibmgcc.lnk   - linkfile for Gnu CC protected mode (386) compiler
  37.   ibmwat.mak   - makefile for Watcom C 
  38.   ibmwat.lnk   - link file for Watcom C 
  39.   ibmwat3.mak  - makefile for protected mode (386) Watcom C 
  40.   ibmwat3.lnk  - link file for protected mode (386) Watcom C 
  41.   ibmzor.mak   - makefile for Zortech C/C++
  42.   ibmzor.lnk   - link file for Zortech C/C++ 
  43.   ibmzor2.mak  - makefile for 286 extended memory mode Zortech C/C++
  44.   ibmzor2.lnk  - link file for 286 extended memory mode Zortech C/C++ 
  45.   ibmzor3.mak  - makefile for 386 protected mode Zortech C/C++
  46.   ibmzor3.lnk  - link file for 386 protected mode Zortech C/C++ 
  47.   ztc386.asm   - source asm file for Zortech 386 mode display code
  48.   ztc386.obj   - object file for Zortech 386 mode display code
  49.   zpm.def      - misc file for Zortech protected mode
  50.   rtlink.cfg   - file for use with RTLINK program
  51.   ai.lib       - needed for TIGA support (Texas Instruments Graphics Adapter)
  52.   extend.h     - needed for TIGA support (A specialized graphics chip used )
  53.   tiga.h       - needed for TIGA support (on the Hercules Graphics Station )
  54.   tigadefs.h   - needed for TIGA support (and some other 24 bit cards. )   
  55.   ibm.cat      - list of files in IBM.ZIP
  56.  
  57.  MAC.SIT       - StuffIt archive of file for Mac
  58.   The MAC.SIT archive contains machine specific files for compiling POV-Ray 
  59.   on the Macintosh. It was not compressed using the standard archive format
  60.   because the Stuffit format is much more common in the Mac world.
  61.   It can be extracted using the Stuffit Expander, available from Aladdin
  62.   through any one of the following sources: 
  63.  
  64.   America Online: use QuickFinder with the following words to describe 
  65.                   your area of interest: stuffit expander
  66.  
  67.   Compuserve: join the MACSYS forum, and search the libraries for the
  68.               following keyword: stuffit 
  69.               The latest version as of 4/26/92 is: stufex.sea, if you want 
  70.               to download it without searching the libraries.
  71.  
  72.   The Twilight Zone BBS: (619) 480-2435, Escondido, CA.  Download StufEx.sea
  73.                          from the files section.  
  74.   The Graphics Alternative BBS: (510) 524-2780, El Cerrito, CA.  
  75.   You Can Call Me Ray BBS: (708) 358-5611. 
  76.  
  77.    Files in MAC.SIT:
  78.    components.h     - Apple include file for QuickTime support
  79.    config.h         - Mac version of the configuration header file.
  80.    DoPOVPerf        - an MPW file for doing performance analysis of POV-Ray 
  81.                       code
  82.    ImageCompression.h - Apple include file for QuickTime support
  83.    Mac.cat          - listing of files in MAC.SIT
  84.    POV.C            - Main application, mac-specific support routines.
  85.    POV.Make         - MPW-specific make dependency file.
  86.    POV.r            - MPW-specific resource source code file (SIZE rsrc)
  87.    pov.?.rsrc       - POV-Ray Mac resources (dialogs, balloon help, icons etc.)
  88.    POVMac.h         - Header file for POV.C and TextEditor.c
  89.    printf2window.c  - support code for redirecting C stdio to a window
  90.    printf2window.h  - header file for printf2window.c, used by POV.C
  91.    ReadMe.txt       - Release notes for using or compiling the Mac version of
  92.                       POV-Ray
  93.    SaveCmpPict.c    - QuickTime compressed picture saving code for POV-Ray
  94.    SaveCmpPict.h    - header file for QuickTime compressed pictures
  95.    StdCompression.h -  Apple include file for QuickTime support
  96.    StdCompressionGlue.o - Apple glue code for using QuickTime under MPW
  97.    StdCompressionGlue.? - Think C version of glue code
  98.    stdio_p2w.h      - header file for printf2window.c, used by config.h
  99.    TextEditor.C     - Code for the POV-Ray Source definition file editor.
  100.    
  101.  VAX.ZIP        - archive of files for VAX
  102.   vax.doc       - system-specific documentation for VAX
  103.   vaxconf.h     - Vax configuration header -- rename to config.h
  104.   vaxbuild.com  - makefile for VAX
  105.   vax.c         - system-specific code for VAX
  106.   vax.cat       - list of files in VAX.ZIP
  107.  
  108.  UNIX.ZIP       - archive of files for Unix 
  109.   unix.doc     - system-specific documentation for Unix
  110.   unixconf.h    - UNIX configuration header -- rename to config.h
  111.   unix.c        - system specific routines for UNIX
  112.   unix.mak      - makefile for UNIX
  113.   xwindows.c    - B&W or color X Windows code for UNIX systems 
  114.   xpov.ico      - the Icon for X Windows
  115.   xwindows.mak  - makefile for X Windows
  116.   gcc.c         - system specific routines for Gnu CC
  117.   gccconf.h     - header file for Gnu CC -- rename to config.h
  118.   rs6conf.h     - header file for HP RS6000 -- rename to config.h
  119.   unix.cat      - list of files in UNIX.ZIP
  120.  
  121.  MACHINE.CAT    - list of files in MACHINE.ZIP
  122.